home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2004 November / PC Advisor November 2004.iso / Expanded / Design.ods < prev    next >
Encoding:
Text File  |  2002-02-06  |  1.5 KB  |  50 lines

  1.  
  2.  
  3. proc PLib
  4. {
  5.   << text appcode="WorldCup";
  6.   // no keys should be in 'User' in the shipped file
  7.   // the can be added later to aid support
  8.  
  9.   << array Substitutions
  10.   {
  11.     << text _CDPATH_="q:\\kpm\\_cd\\";
  12.     << text _PATH_="AUTO";
  13.     << text _LIBRARIES_="_CDPATH_..";
  14.     << text _UIComponents_="FILE:_PATH_Controls.od/L";
  15.     << text _ComponentPath_="_PATH_comp\\";
  16.     << text _OLObjects_="_PATH_Objects\\";
  17. //    << text _RESPATH_="\\Smiley\\Resource\\";
  18.   };
  19.   << text AppResources="FILE:_PATH_comp\\App.odl";
  20.   << text Settings="FILE:_PATH_Settings.ods";
  21.   << text PLibResources="FILE:_PATH_comp\\PLib.odl";
  22.  
  23.   << text StickerDesigns="_CDPATH_Templates\\Stickers\\";
  24.   << text ClipartLibraryPath="_CDPATH_Clipart\\";
  25.   << text SmileyObjectPath="_PATH_Objects\\";
  26.  
  27.   << array LogoMenus
  28.   {
  29.     << text SimpleObject="_PATH_Objects\\shapes";
  30.     << text TextLogo="_PATH_Objects\\text\\Menu";
  31.     << text PictureFrame="_PATH_Objects\\frames\\Menu";
  32.     << text Border="_PATH_Objects\\Borders\\Menu";
  33.     << text Background="_PATH_Objects\\Backgrounds\\Menu";
  34.     << text Paragraph="_PATH_Objects\\parag";
  35.     << text Fills="_PATH_Objects\\fills";
  36.     << text MoreFrames="_PATH_Objects\\frames\\More";
  37.     << text MoreBorders="_PATH_Objects\\Borders\\More";
  38.     << text MoreBackgrounds="_PATH_Objects\\Backgrounds\\More";
  39.   };
  40.  
  41.  
  42.   << array OnNew
  43.   {
  44.     << text OpenFile="_CDPATH_Templates\\compendium\\browse.odp";
  45.   };
  46.  
  47. // stops the program looking for twain devices
  48.     << int DisableTwain=0;
  49. }
  50.